home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineButton2_747 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-05-10  |  332b  |  21 lines

  1. on(release){
  2.    if(_root.g >= 1000)
  3.    {
  4.       _root.gold.start();
  5.       _root.g -= 1000;
  6.       _root.zh += 1;
  7.    }
  8.    else
  9.    {
  10.       _root.err.start(1.2,1);
  11.       if(_root.yuyan == 0)
  12.       {
  13.          g_mous.show = "Θçæσ╕üΣ╕ìσñƒ!";
  14.       }
  15.       else
  16.       {
  17.          g_mous.show = "No money!";
  18.       }
  19.    }
  20. }
  21.